﻿html,body,form,div,span,a,ul,li,table,td,tr,img,h1,h2,h3,h4,h5,h6,p
{
	margin:0;
	padding:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

@font-face {
    font-family: vazir;
    src: url('../fonts/vazir.ttf') format('truetype');
}

@font-face {
    font-family: vazir-Thin;
    src: url('../fonts/Vazir-Thin.ttf') format('truetype');
}

@font-face {
    font-family: Vazir-Black;
    src: url('../fonts/Vazir-Black.ttf') format('truetype');
}

@font-face {
    font-family: Vazir-Bold;
    src: url('../fonts/Vazir-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Vazir-Light;
    src: url('../fonts/Vazir-Light.ttf') format('truetype');
}

@font-face {
    font-family: Vazir-Medium;
    src: url('../fonts/Vazir-Medium.ttf') format('truetype');
}

html, body
{
	width:100%;
	height:100%;
}
html {scroll-behavior: smooth;}

body
{
	font-family:vazir,Tahoma;
	font-size:1em;
	line-height:1.2em;
	direction:rtl;
	margin:0;
	padding:0;
	
}


h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
.w3-serif{font-family:Vazir-Bold}

h1,h2,h3,h4,h5,h6{font-family:Vazir, "Segoe UI",Arial,sans-serif; font-weight:400;margin:10px 0}
.w3-wide{letter-spacing:4px}

hr{border:0;border-top:1px solid #eee;margin:20px 0}

ol,ul
{
	list-style:none;
}
a
{
	text-decoration:none;
	color:#0ea4f0;
	vborder:0;
}

a:hover {
	text-decoration: underline;
}


input,select,textarea
{
	margin-top:3px;
    border-radius:8px;
	font-family:Vazir;
}

.dvAppNotInstaled {
	background: rgba(100,100,100,0.90);
	padding: 0;
	position: fixed;
	top:0;
	left:0;
	text-align:center;
	width: 100%;
	height: 100vh;
	display: none;
	z-index:101;
}
.dvAppNotInstaled>div{
	padding:80px 10px;
}

.dvAppNotInstaled_ttl {
	font-weight: bold;
	font-size: 1.3em;
	padding: 8px;
	color: orangered;
}

.dvAppNotInstaled_cntnt{
	line-height:2.2em;
}
.dvAppNotInstaled_cntnt p {
	line-height: 2.0em;
	font-size:0.8em;
}

.btnAppNotInstall, .btnAppNotInstall_cancel {
	display: block;
	margin: 25px auto;
	background: orange;
	border-radius: 3px;
	border:0;
	font-family:Vazir;
	padding:4px 18px;
}

.btnAppNotInstall_cancel {
	background: lightblue;
}

.dvAppNotInstaled_logo {
	background: url('../../../included/img/logo_144.png') no-repeat;
	width: 144px;
	height: 190px;
	margin: 50px auto;
}

#top, .bottom {
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 10;
	background:rgba(238, 238, 238, 0.8);
}

#body
{
	background:linear-gradient(to bottom, #bde1f1, #ecd3ab);
	background:#eee;
	height:100%;
	width:100%;
	padding-top:60px;
	padding-bottom:50px;
	display:inline-table;
	
}


#contentFixer
{
	width:100%;
	height:60px;
	float:left;
	background:transparent;
}
#dvPageTitle{
	width:100%;
	font-size:1.2em;
	margin:8px 5px;
}
#dvPageContent {
	margin: 0 5px;
	font-family: Vazir;
	font-size: 14px;
	line-height: 27px;
	text-align: right;
	direction: rtl;
}

#dvPageContent p {
	text-align:justify;
	direction:rtl;
}

#dvPageContent img {
	max-width: 98%;
	margin: 10px 0;
}	
	
#dvPageContent h2
{
	color:#000;
	font-size:16px;
	font-family:Vazir-Black;
}

	#dvPageContent h2 a {
		text-decoration:underline;
		color:#000;
	}

/*---------------------------------*/
/* Start Course Madule*/
.courseMdl {
	width: 100%;
	height: 190px;
	margin: 40px auto 20px;
	background: rgba(0,0,0,0.1);
}

.courseMdlLbl {
	display: inline-block;
	width: 25%;
}
.courseMdlLblHead, .courseMdlLblHeadActive, .courseMdlLblHeadDone {
	display: block;
	padding: 20px;
	font-size: 50px;
	font-weight: bold;
	height: 110px;
	text-align: center;
	background: rgba(0,0,0,0.3);
	color: #333;
}
.courseMdlLblHeadActive {
	background: rgba(160,30,180,0.3);
	color: #333;
}
.courseMdlLblHeadDone {
	background: rgba(20,115,60,0.3);
	color: #333;
}
.courseMdlLblBottom, .courseMdlLblBottomActive, .courseMdlLblBottomDone {
	display: block;
	padding: 5px;
	font-size: 1.1em;
	height: 30px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: #eee;
}
.courseMdlLblBottomActive {
	background: rgba(160,30,180,0.5);
	color: #eee;
}
.courseMdlLblBottomDone {
	background: rgba(20,115,60,0.5);
	color: #eee;
}
.courseMdlBody {
	display: inline-block;
	width: 70%;
	text-align: right;
	height: 170px;
	padding: 10px 1%;
	vertical-align: top;
}
.courseMdlProgress {
	width: 100%;
	height: 2px;
	padding: 0;
	margin: 3px 0 0 0;
	display: block;
	background: rgba(0,0,0,0.05);
	position: relative;
}
.courseMdlProgressBar {
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 190, 150, 0.5);
}
.courseMdlProgressTxt {
	position: absolute;
	top: 1px;
	color: rgba(0, 190, 150, 0.85);
}
a.courseExBtn, a.courseExBtnDone {
	display: inline-block;
	padding: 4px 40px;
	text-decoration: none;
	background: rgba(0, 190, 150, 0.9);
	color: #333;
	border-radius: 12px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.8);
}
a.courseExBtnDone {
	background: rgba(190, 190, 190, 0.9);
}
	/*------------------------------*/
	/* END Course Madule*/
	.exerciseInfoBox {
		position: absolute;
		width: 100%;
		min-height: 100%;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 1);
		padding: 0;
		margin: 50px 0;
	}
.exerciseInfoBoxbody {
	padding: 50px 10px;

}
.exerciseInfoBoxbody img {
	max-width:100%;
}
	.exerciseInfoBoxbody video{
		max-width:100%;
	}
	.exerciseInfoBoxClose {
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		background: rgba(255, 50, 50, 0.9);
	}




.dvBookingDayItmHeader {
	height: 60px;
	width: 100%;
	text-align: center;
	margin: 30px 0 10px;
}

	.dvBookingDayItmHeader div {
		display: inline-block;
	}

	.dvBookingDayItmHeader a.btnInactive {
		background: #666;
		cursor: default;
	}

	.dvBookingDayItmHeader a {
		background: #3651d9;
		padding: 8px 15px;
		border: solid 1px #999;
		border-radius: 8px;
		color: white;
	}


.dvWeeks{
	width:100%;
}
a.btnBookingUp, a.btnBookingConfirm {
	background: #3651d9;
	padding: 8px 15px;
	border: solid 1px #999;
	border-radius: 8px;
	color: white;
}

a.btnBookingConfirm {
	background: #ff8400;
}

.dvBookingDayItm, .dvBookingDayItmInactive {
	display: inline-block;
	border: solid 1px #666;
	margin: 15px 1%;
	padding: 1.5%;
	border-radius: 8px;
	cursor: pointer;
	background: #daebf3;
	text-align: center;
	width:44%;
}

.dvBookingDayItmSelected {
	background: #3399cc;
}

.dvBookingDayItmInactive {
	cursor: default;
	background: rgba(50%, 50%, 50%, 0.3);
}

	.dvBookingDayItm h3, .dvBookingDayItmInactive h3 {
		font-size: 1.5em;
		font-weight: bold;
		color: #3651d9;
	}

	.dvBookingDayItm h4, .dvBookingDayItmInactive h4 {
		font-size: 1.3em;
		font-weight: bold;
		color: #666;
	}

	.dvBookingDayItm h5, .dvBookingDayItmInactive h5 {
		font-size: 1.6em;
	}

	.dvBookingDayItmInactive h3 {
		color: #666;
	}

.dvBookingDayItm:hover {
	background: #3399cc;
	dcolor: white;
}

	.dvBookingDayItm:hover h4 {
		color: white;
	}
#top
{
	height:50px;
	width:100%;
	top:0;
	background:#eee;
	mbackground:rgba(210, 200, 170, 0.9);
}


.logo
{
	background:url(../img/logoSmall.png) no-repeat;
	width:61px;
	height:40px;
	
	position:fixed;
	top:10px;
	left:10px;
	
}

.dvShoppingBasket {
	height: 38px;
	width: 38px;
	position: fixed;
	z-index: 99;
	top: 3px;
	left: 90px;
	background:url(../img/shoppingBasket_empty.png) no-repeat center center;
	background-size:contain;
	display:none;
}

	.dvShoppingBasket label {
		display: inline-block;
		margin: 3px auto;
		text-align: center;
		width: 100%;
		height: 100%;
		color: #ff3500;
	}

.bottom {
	height: 46px;
	width: 100%;
	bottom: 0;
	background: rgba(238, 238, 238, 0.92);
	text-align: center;
	color: #000;
	box-shadow: none;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.8);
}

.bottom span
{
	margin-top:10px;
	text-align:center;
	width:100%;
}
	.bottom > a {
		display: block;
		width: 30px;
		height: 30px;
		top: 8px;
		background-size: contain;
		position: absolute;
	}

	.bottom div {
		position:fixed;
		bottom:40px;
		width:100%;
		background:#eee;
		display:none;
	}


		.bottom div a.aItm {
			display: block;
			padding: 8px 5px;
			width: 100%;
			border-bottom: solid 1px #999;
			text-align: right;
			text-indent: 10px;
			color: #333;
		}
			.bottom div a:last-child {
				dpadding-bottom: 18px;
				margin-bottom:18px;
			}

		.bottom div a span {
			background: #666;
			border-radius: 8px 8px 0 0;
			padding-top: 4px;
			background: url(../img/arrow_down.png) no-repeat center center;
			width: 100%;
			height: 19px;
			display: flex;
			margin: 0 auto;
			border-color: #999;
			border-width: 2px 0 0 0;
			border-style: solid;
		}

		.bottom div a.aArrowDown {
			text-align: center;
			width: 100%;
			background: transparent;
		}

.bottomProfile:hover ~ .dvProfile, .dvProfile:hover {
	display: block;
}

.bottomWallet:hover ~ .dvWallet, .dvWallet:hover {
	display: block;
}

.dvWallet > span{
	display:block;
	padding:8px 0 15px;
	font-size:1.1em;
	color:#000;
}
.bottomHome {
	background: url(../img/icn_home.png);
	left: 16px;
}

.bottomWallet {
	background: url(../img/icn_wallet.png);
	left: calc(33% - 35px);
}

.bottomShop {
	background: url(../img/icn_busket.png);
	left: calc(50% - 15px);
}

.bottomExcercise {
	background: url(../img/icn_program.png);
	right: calc(33% - 35px);
}

.bottomProfile {
	background: url(../img/icn_profile.png);
	right:16px;
}

div:has(.aArrowDown:hover) {
	display: none;
	transition: 0.3s;
}


.pageTitle {
	display: block;
	font-family: Vazir-Bold;
	font-size: 1.3em;
	color: #dddcd7;
	margin: 4px auto;
	width: 200px;
	text-align: center;
	padding-top: 10px;
}
.menuLnk {
    
    font-size:30px;
    padding-top:15px;
    margin-right:10px;
    font-weight:bold;
    width:500px;
    height:30px;
    color:#333;
}

.menuLnk a
{
	margin:0 10px;
	color:#333;
	font-size:14px;
	float:right;
	font-family:Vazir-Medium;
	font-weight:normal;
	z-index:100;
}

a.aMenuLnk{
	color:#333;
}
.menuLnk a:hover {
	color: #000;
}

.basketAddPsudoAnim {
	width: 50px;
	height: 50px;
	transition: 1s;
	position: fixed;
	background: url(../img/icn_busket.png) no-repeat;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: -3px;
    background-color: rgba(238,238,238,0.90);
	
    fbackground:linear-gradient(to bottom, #bde1f1, #ecd3ab);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-left:1px solid #666;
	
}

.sidenav .menuTop
{
	position: absolute;
    top: 0;
    right: 0px;
    height:50px;
    background:#aaaaaa;
    border:0;
    width:100%;
}

.sidenav .menuBottom
{
	position: absolute;
    left: 0px;
    bottom:60px;
    height:40px;
    background-color:#aaaaaa;
    width:100%;
    font-size:12px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-family:Vazir-Medium;
    font-size: 16px;
    color: #333;
    display: block;
    transition: 0.3s;
    cbackground:#333;
    margin:2px 0;
    cborder-bottom:solid #818181 1px;
}

.sidenav a:hover {
    color:#ff7d01;
}

.menuBottom a
{
	color:#81d5fa;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 36px;
    margin-left: 0px;
    text-align:left;
    color:red;
    background:none;
    padding:10px;
    color:#red;
    border:0;
}

.sidenavLogo {
	position: absolute;
	bottom: 65px;
	left: 5px;
	background: url(../img/logoSmall_dark.png);
	width: 61px;
	height: 32px;
}

.testItm {
	margin: 5px auto 30px;
	background: #9e9e9e;
	border-radius: 0 0 20px 20px;
	padding: 0;
	box-shadow: none;
	box-shadow: 0 5px 25px 0 rgba(50, 50, 50, 0.6);
}

.testItmHead {
	fbackground: #666;
	padding:5px 8px;
	box-shadow: none;
	box-shadow: 0 5px 10px 0 rgba(200, 200, 200, 0.6);
	position:relative;
	height:25px;
}
.testItmRow{
	padding:14px 12px 5px;
}
.testItmHead .spnRight {
	display: inline-block;
	position: absolute;
	right: 8px;
	top: 5px;
}
	.testItmHead .spnLeft {
		display: inline-block;
		position: absolute;
		left: 8px;
		top: 5px;
	}

	.testItmRow h5, .testItmRow h6 {
		display: inline-block;
		padding: 3px 3px;
	}

.testItmBtnGreen, .testItmBtnBlue, .testItmBtnOrange, .testItmBtnGray, .testItmBtnGrayLight {
	display: inline-block;
	margin: 5px 8px;
	padding: 5px 16px;
	border-radius: 5px;
	color: #eee;
	font-size: 12px;
}

.testItmBtnGreen {
	background: #3dc13d;
}
.testItmBtnBlue {
	background: #3d8ae0;
}
.testItmBtnOrange {
	background: #fc6f4a;
}
.testItmBtnGray {
	background: #363636;
}
.testItmBtnGrayLight {
	background: #696969;
}

.checkmark {
	position: absolute;
	top: -5px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border: solid 1px #999;
}

.chkContainer:hover input ~ .checkmark {
	background-color: #ccc;
}

.chkContainer input:checked ~ .checkmark {
	background-color: #2196F3;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.chkContainer input:checked ~ .checkmark:after {
	display: block;
}

.chkContainer .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.dvTestResult_m, .dvTestResult_f{
	width:320px;
	height:566px;
	position:relative;
	display:block;
	margin:5px auto;
	font-weight:bold;
	color:#363636;
	border:solid 1px #666;
}

.dvTestResult_m{
	background:url(../img/chakraTestResultMan.png) no-repeat ;
}
.dvTestResult_f {
	background: url(../img/chakraTestResultWoman.png) no-repeat;
}
.dvTestResult_power, .dvTestResult_overdo, .dvTestResult_disharmonic {
	position: absolute;
}
.dvTestResult_ttl_power, .dvTestResult_ttl_overdo, .dvTestResult_ttl_disharmonic {
	position:absolute;
	top:5px;
	color:#333;
}
.dvTestResult_ttl_power {right: 110px}
.dvTestResult_ttl_overdo {right: 55px}
.dvTestResult_ttl_disharmonic {right: 5px}

.dvTestResult_power {left: 175px;}
.dvTestResult_overdo {left: 230px;}
.dvTestResult_disharmonic {left: 280px}

.resultCh_1 {top: 295px;}
.resultCh_2 {top: 260px;}
.resultCh_3 {top: 215px;}
.resultCh_4 {top: 170px;}
.resultCh_5 {top: 120px;}
.resultCh_6 {top: 72px;}
.resultCh_7 {top: 38px;}

.cntnt-bx-row {
	display: block;
	width: 96%;
	padding: 8px 2%;
	position: relative;
}

.dvShopCatItmMain{
	display:block;
	margin:0 auto;
	width:100%;
	text-align:center;
}
.dvShopCatItm {
	width: 48%;
	max-width: 200px;
	margin: 30px 1%;
	height: 300px;
	display: inline-block;
	box-shadow: none;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.8);
	border-radius: 5px;
}
	.dvShopCatItm a {
		display: block;
		width: 98%;
		margin: 10px 1%;
		height: 200px;
	}
	.dvShopCatItm img {
		display: block;
		vertical-align:middle;
		max-width: 100%;
		max-height: 100%;
	}
	.dvShopCatItm h2 {
		font-size: 16px;
		color: #333;
		display: block;
		margin: 4px;
		height: 30px;
	}
	.dvShopCatItm h3 {
		font-size: 14px;
		color: #333;
		display: block;
		margin: 4px;
		height: 20px
	}

.productItmMain {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.productItm {
	width: 48%;
	max-width: 300px;
	margin: 15px 1%;
	height: 335px;
	display: inline-block;
	box-shadow: none;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.25);
	text-align: center;
	border-radius:5px;
}
	.productItm a {
		display: inline-block;
		width: 98%;
		margin: 10px 1%;
		vheight: 150px;
	}
	.productItm img {
		display: inline-block;
		max-width: 100%;
		max-height: 140px;
		vertical-align: middle;
		margin: 0 auto;
		border-radius: 3px;
	}
	.productItm h2, .productItm h3{
		padding:0px;
		font-size:1.1em;

	}
	.productItm h2{
		height:60px;
		overflow:hidden;
	}
	.productItm .basketAdd {
		display: block;
		width: 80%;
		height: 25px;
		transition: .3s;
		margin: 3px auto;
		background: #3ba1d5;
		border-radius: 3px;
		padding: 3px 8px;
		cursor: pointer;
		text-align: center;
		box-shadow: none;
		box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
		color: #333;
	}

.cntnt-bx-row input, .cntnt-bx-row select {
	display: inline-block;
	margin-left: 6px;
	border-radius: 8px;
	font-family: vazir;
	border: solid 1px #666;
}

	.cntnt-bx-row span {
		display: inline-block;
		margin: 3px 0 0 25px;
	}

	.cntnt-bx-row h2 {
		display: inline-block;
		min-width: 150px;
		margin-left: 5px;
		text-align: left;
	}

/*-----------------*/
/* bank Card*/
.dvBankCard {
	display: inline-block;
	margin: 20px;
	position: relative;
	width: 320px;
	height: 200px;
	display: none;
	background: LightGray;
	border-radius: 8px;
	box-shadow: none;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.8);
}
	.dvBankCard img {
		border-radius: 8px;
		box-shadow: none;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8);
	}
	.bankLogo {
		position: absolute;
		top: 10px;
		left: 10px;
		max-width: 60px;
		max-height: 60px;
	}
.bankCustomer{
	position:absolute;
	top:15px;
	right:20px;
	font-weight:bold;
	width:200px;
	height:40px;
	font-size:1.1em;
}
.bankAccInfo{
	position:absolute;
	bottom:10px;
	right:10px;
	height:auto;
	width:90%;
}
	.bankAccInfo h3, .bankAccInfo h4{
		padding:3px;
		margin:3px;
		font-weight:normal;
		line-height:normal;
		display:inline-block;
		
	}
	.bankAccInfo h3 {
		font-size: 1.1em;
		text-align: right;
		gfont-weight: bold;
		font-weight:200;
	}
	.bankAccInfo h4 {
		font-size:0.8em;
		text-align:right;
	}
	/* END bank Card*/
	/*-----------------*/
	/* Display Aligns*/
	.displayTopLeft {
		position: absolute;
		left: 0;
		top: 0
	}

.displayTopRight {
	position: absolute;
	right: 0;
	top: 0
}

.displayBottomLeft {
	position: absolute;
	left: 0;
	bottom: 0
}

.displayBottomRight {
	position: absolute;
	right: 0;
	bottom: 0
}

.displayMiddle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%)
}

.displayMiddleLeft {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%,-50%);
	-ms-transform: translate(-0%,-50%)
}

.displayMiddleRight {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%)
}

.displayTopMiddle {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%)
}

.displayBottomMiddle {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%)
}

/* END Display Aligns*/

/* _________________________ */
/** Data Table and DIV*/

.dvData {
	width: 100%;
	display: none;
	text-align: center;
}

.dvDataItm {
	margin: 10px auto;
	padding: 0;
	border-radius: 10px;
	width: 97%;
	display: inline-table;
	background-image: linear-gradient(to bottom, rgba(237, 237, 237, 1), rgba(237, 237, 237, 0.0));
}

.dataHead {
	background: #fff;
	padding: 0;
	margin: 0;
	height: 28px;
	border-radius: 8px;
	margin: 7px 7px 2px 7px;
	border: solid 1px #e7e7e7
}

	.dataHead h2 {
		width: 30px;
		color: #000;
		font-size: 1.5em;
	}

	.dataHead h2, .dataHead h3 {
		padding-top: 3px;
	}

.dataBody {
	background: #fff;
	padding: 5px;
	margin: 0;
	min-height: 50px;
	border-radius: 8px;
	margin: 3px 7px;
	border: solid 1px #e7e7e7;
	display: inline-table;
	position: relative;
}

.vl {
	border-left: solid 1px #babbbd;
	height: 25px;
	width: 5px;
	float: right;
	margin-left: 5px;
	margin-top: 3px;
}


.dvData h3, .dvData h2 {
	float: right;
	margin-top: 5px;
	font-size: 1em;
}



.dataRow {
	width: 100%;
	float: right;
	text-align: right;
	border: 0;
}

.dataBody img {
	position: absolute;
	top: 3px;
	left: 3px;
	max-width: 50px;
	max-height: 50px;
}

.dataRow a {
	float: right;
}



div.dataRowName {
	display: inline-block;
	color: #6d6e70;
	padding: 5px 5px 0 0;
	font-size: 1em;
}

div.dataRowValue {
	display: inline-block;
	color: #000;
	padding: 0px 0;
	font-size: 1.1em;
}

.dvDataMoreDetail {
	display: none;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.dvDataBottom {
	position: relative;
	margin: 3px 0 0;
	padding: 8px 4px;
	display: block;
	height: 100%;
	overflow: auto;
}

.expandBtn {
	background: url(../img/expandBtn.png) no-repeat 0 0;
	width: 37px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: block;
}

.downHead {
	background-position: 0 0;
}

.upHead {
	background-position: 0 -20px;
}

.dataRow, .dataHead {
	padding: 4px;
}

.dataHead {
	padding-top: 2px;
}

	.dataHead a {
		float: left;
	}


.tooltip {
	position: relative;
	display: inline-block;
}



.tblData {
	font-family: vazir;
	width: 100%;
	border-collapse: collapse;
	direction: rtl;
	gdisplay: block;
	table-layout: fixed;
}

	.tblData img {
		max-height: 50px;
	}

.tblForm {
	display: block;
}

.tblData td, .tblData th {
	border: 1px solid #ccc;
	padding: 8px;
	overflow: hidden;
	min-height: 50px;
	line-height: 2em;
}

.tblData tr:nth-child(even) {
	background: #eee;
}

.tblData tr:nth-child(odd) {
	background: #ddd;
}

.tblData tr:hover {
	background: #cfcfcf;
}

.tblData th {
	padding-top: 6px;
	padding-bottom: 0px;
	text-align: right;
	background-color: #a6a6a6;
	color: white;
}

	.tblData th.fnBtn {
		width: 40px;
	}

	.tblData th.voidColmn {
		width: 20%;
	}

.tblData td.voidColmn {
	background-color: #efefef;
}

.tblSortBtns {
	float: left;
	width: 20px;
	height: 40px;
}

	.tblSortBtns .esc, .tblSortBtns .desc {
		cursor: pointer;
	}

	.tblSortBtns .esc {
		width: 20px;
		height: 20px;
		float: left;
		background: url('../img/tblArows.png') no-repeat 0 0;
	}

	.tblSortBtns .desc {
		width: 20px;
		height: 20px;
		float: left;
		background: url('../img/tblArows.png') no-repeat -0px -25px;
	}

	.tblSortBtns .esc:hover, .tblSortBtns .esc.active {
		background-position: -20px 0
	}

	.tblSortBtns .desc:hover, .tblSortBtns .desc.active {
		background-position: -20px -25px
	}


span.inLnk, span.outLnk, span.inLnkInactive, span.outLnkInactive {
	float: right;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin: 5px 3px 0 0;
	background: url(../img/inOutIcon.png) repeat 0 0;
}

span.inLnkInactive, span.outLnkInactive {
	cursor: default;
}

span.outLnk {
	background-position-y: -25px;
}

span.inLnkInactive {
	background-position-y: -50px;
}

span.inLnk {
	background-position-y: -75px;
}

a.aBtn, a.aBtnRed, a.aBtnBlue, a.aBtnGreen, a.aBtnBej, a.aBtnPurple, a.aBtnInactive {
	display: inline-block;
	padding: 8px 10px;
	margin: 5px;
	font-weight: normal;
	border-radius: 5px;
	text-decoration: none;
	color: #333;
}

	a.aBtnRed:hover, a.aBtnBlue:hover, a.aBtnGreen:hover, a.aBtnBej:hover, a.aBtnPurple:hover {
		font-weight: bold;
	}

a.aBtnInactive {
	background: #666;
}

a.aBtnRed {
	background: #d31313;
	
}

a.aBtnBlue {
	background: #0076f7;
	background: #3ba1d5;
}

a.aBtnGreen {
	background: #088b00;
	background: #32b18c;
}

a.aBtnOrange {
	background: #fc6f4a;
}

a.aBtnGray {
	background: #646464;
	color: #eee;
}

a.aBtnBej {
	background: #dfd3a1;
}

a.aBtnPurple {
	background: #7c007c;
}


span.edit, span.confirm, span.detail {
	float: left;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin: 5px 3px 0 0;
	background: url(../img/icon.png) repeat 0 0;
}


.tblData td span.confirmRemove {
	float: left;
	width: 25px;
	height: 25px;
	margin: 5px 3px 0 0;
	background: url(../img/confirmRemove.png) no-repeat 0 -0px;
}

.tblData td span.editInactive, .tblData td span.confirmInactive, .tblData td span.detailInactive {
	float: left;
	width: 25px;
	height: 25px;
	margin: 5px 3px 0 0;
	background: url(../img/icon_inactive.png) no-repeat 0 -0px;
}

.tblData td span.confirm, .tblData td span.confirmInactive {
	background-position-y: -125px;
}

.tblData td span.detail, .tblData td span.detailInactive {
	background-position-y: -150px;
}

span.dlt {
	float: right;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin: 2px 7px 0 0;
	background: url(../img/icon.png) no-repeat -0px -25px;
	cursor: pointer;
}

.dlt, .edit {
	float: right;
	margin: 2px 0 0 12px;
}


.tblData td span.add, .cntnt-bx .add {
	float: left;
	margin: 2px 0 0 2px;
	font-size: 22px;
	color: #007FFF;
	cursor: pointer;
}

.tblData td span.add {
	float: left;
	width: 25px;
	height: 25px;
	margin: 2px 1px 0 0;
	cursor: pointer;
	background: url(../img/icon.png) no-repeat 0px -175px;
}

.tblData td span.addInactive {
	float: left;
	margin: 2px 0 0 2px;
	font-size: 22px;
	color: Gray;
	cursor: default;
}

.tblData td span.dltInactive {
	float: left;
	width: 25px;
	height: 25px;
	margin: 2px 7px 0 0;
	background: url(../img/icon_inactive.png) no-repeat -0px -25px;
}

.tblData td span.email {
	float: left;
	width: 25px;
	height: 25px;
	margin: 2px 7px 0 0;
	cursor: pointer;
	background: url(../img/icon.png) no-repeat 0px -100px;
}

.tblData td span.emailInactive {
	float: left;
	width: 25px;
	height: 25px;
	margin: 2px 7px 0 0;
	cursor: pointer;
	background: url(../img/icon_inactive.png) no-repeat 0px -100px;
}

.tblData td span.prnt {
	float: left;
	width: 25px;
	height: 25px;
	margin: 2px 1px 0 0;
	cursor: pointer;
	background: url(../img/icon.png) no-repeat 0px -50px;
}

.tblData td span.prntInactive {
	float: left;
	width: 25px;
	height: 25px;
	margin: 2px 1px 0 0;
	background: url(../img/icon_inactive.png) no-repeat 0px -50px;
}

.tblData td span.info {
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px 1px 0 0;
	cursor: pointer;
	background: url(../img/icon.png) no-repeat 0px -60px;
}

.tblData td span.infoInactive {
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px 1px 0 0;
	background: url(../img/icon_inactive.png) no-repeat 0px -60px;
}

/* END Data Table AND DIV*/
/* _________________________ */



.paging {
	display: block;
	text-align: right;
	margin: 10px;
	font-family: vazir;
	font-weight: bold;
	font-size: 12px;
	display: ltr;
}


	.paging a, .paging span {
		display: inline-block;
		width: auto;
		padding: 7px;
		border: solid 1px #929496;
		background-color: #fff;
		margin-left: 3px;
		color: #929496;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		text-align: center;
		font-family: vazir;
		font-weight: bold;
		font-size: 1em;
	}

	.paging span {
		background: #5a5a5a;
		color: #fff;
	}

	.paging a:hover, .paging a.pagingInactive {
		border: solid 1px #163a5b;
		background-color: #336684;
		background: #5a5a5a;
		color: #fff;
	}

	.paging a.pagingInactive {
		cursor: unset;
	}

	.paging div {
		text-align: center;
		margin: 10px 10px;
		display: inline-block;
	}

	.alertBox {
		position: fixed;
		padding: 10px;
		background-color: #f44336;
		color: white;
		opacity: 1;
		transition: opacity 0.6s;
		top: 45px;
		left: 15px;
		-webkit-animation: fadeEffect 1s;
		animation: fadeEffect 1s; /* Fading effect takes 1 second */
	}


	.alertBox.success {
		background-color: #4CAF50;
	}

	.alertBox.info {
		background-color: #2196F3;
	}

	.alertBox.warning {
		background-color: #ff9800;
	}

	.alertBox.error {
		background-color: #f44336;
	}

.alertBoxClosebtn {
	margin-right: 15px;
	color: white;
	font-weight: bold;
	float: left;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

	.alertBoxClosebtn:hover {
		color: black;
	}

.lbErr {
	color: #fc6f4a;
	display:block;
}
.lbSuccess {
	color: #31af8a;
	display: block;
}


.tablet, .mobile {
	display: none;
}

@media only screen and (min-width: 768px) {
    .menuLnk
    {
    	width:700px;
        font-size:12px;
    }
}

@media only screen and (max-width: 1000px) {
    
}

@media only screen and (max-width: 768px) {

	.notTablet{
		display:none;
	}

	.tablet{
		display:block;
	}
    
}

@media only screen and (max-width: 481px) {

	.notMobile {
		display: none;
	}

	.tblData {
		display: none !important;
	}

	.dvData {
		display: block !important;
	}

	.mobile {
		display:block;
	}

	.dvFrmBody {
		width: 100%;
		margin: 0;
		height: 100vh;
	}

	.cntnt-bx-row input, .cntnt-bx-row textarea {
		mwidth: 90% !important;
		mmax-width: 300px !important;
		max-width: 90% !important;
	}

	.dvShoppingBasket{
		right:50px;
		left:auto;
	}

	.cntnt-bx-row span, .cntnt-bx-row h2 {
		display: block;
		text-align: right;
	}

}
